home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1995 February: Tool Chest
/
Dev.CD Feb 95
/
Dev.CD Feb 95.toast
/
Sample Code
/
Newton Sample Code 1.2
/
Book Maker
/
Beyond Help-3
/
Project Data
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-07
|
377 b
|
21 lines
|
[
TEXT/R*ch
]
// Copyright © 1993,1994 Apple Computer, Inc. All rights reserved.
// app constants
constant kAppMaxWidth := 240 ;
constant kAppMaxHeight := 336 ;
// read in the book
bookFilePath := HOME&"Help Book Source.f" ;
// open resource fork for pictures
ref := OpenResFileX(bookFilePath);
// load in the book
load(bookFilePath);
// close the resource file
CloseResFileX(ref) ;